home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19961006-19970104 / 000063_news@columbia.edu _Sun Oct 27 10:52:11 1996.msg < prev    next >
Internet Message Format  |  2020-01-01  |  3KB

  1. Return-Path: news@columbia.edu
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30]) by watsun.cc.columbia.edu (8.7.5/8.7.3) with ESMTP id KAA27856 for <kermit.misc@watsun.cc.columbia.edu>; Sun, 27 Oct 1996 10:52:10 -0500 (EST)
  3. Received: (from news@localhost) by newsmaster.cc.columbia.edu (8.7.5/8.7.3) id KAA26110 for kermit.misc@watsun; Sun, 27 Oct 1996 10:52:09 -0500 (EST)
  4. Path: news.columbia.edu!panix!feed1.news.erols.com!howland.erols.net!cs.utexas.edu!news.cs.utah.edu!cc.usu.edu!jrd
  5. From: jrd@cc.usu.edu (Joe Doupnik)
  6. Newsgroups: comp.protocols.kermit.misc
  7. Subject: Re: HELP! Stack overflow error in Kermit 3.14
  8. Message-ID: <1996Oct27.082007.87978@cc.usu.edu>
  9. Date: 27 Oct 96 08:20:07 MDT
  10. References: <54rf34$313@news.iastate.edu>
  11. Organization: Utah State University
  12. Lines: 37
  13.  
  14. In article <54rf34$313@news.iastate.edu>, amadeus@cs.iastate.edu (Jeremy Bilas) writes:
  15. > I just installed version 3.14 of Kermit and have been getting stack 
  16. > overflow errors, even when running from an empty system (DOS 6.2). 
  17. > Kermit is able to log in and run correctly until it hits the stack 
  18. > overflow (which seems to be random, sometimes I'm able to get as far as 
  19. > the file transfer, sometimes I can't even get past the prompt). I've 
  20. > tried messing with the stack default settings (setting the stacks to 
  21. > their largest, smallest, and default values), but nothing seems to 
  22. > help. Is this a problem that could be solved by getting a later version 
  23. > of Kermit or does it just seem like a hardware/configuration conflict? 
  24. > I think the video board has shadow ram that requires some exclusions on 
  25. > the system memory through the memory manager (but I am not sure of the 
  26. > specifics as I couldn't find any documentation). I haven't had much 
  27. > experience with modems so I would appreciate any help or pointers you 
  28. > could give me. thanks!
  29. > System specifications:
  30. > As it is not my computer, I am not sure of the exact details, but I can 
  31. > give a general discription.
  32. > Intel Pentium 133 MHz (Triton II chipset I think)
  33. > 256K cache
  34. > 50 MB DRAM
  35. > Cirrus Logic PCI video board (543x I think)
  36. > I/O board is probably embedded (not sure)
  37. > 33.6 modem (not sure of the brand name, I've been using Hayes as the 
  38. > modem setting in Kermit)
  39. > printer on LPT1
  40. > Award BIOS (4.50g I think)
  41. > running DOS 6.2 and windows 3.11
  42. ----------
  43.     Stack overflow isn't an MS-DOS Kermit error message; it is coming
  44. from somewhere else in your system. I suggest stripping down config.sys
  45. and autoexec.bat to bare metal, then add back pieces one at a time. TSR's
  46. are the likely problem, as can be memory managment.
  47.     Joe D.